STD 13 - definição. O que é STD 13. Significado, conceito
Diclib.com
Dicionário Online

O que (quem) é STD 13 - definição

C STANDARD LIBRARY HEADER
Isalnum; Isalpha; Isblank; Iscntrl; Isdigit; Isgraph; Islower; Isprint; Ispunct; Isspace; Isupper; Isxdigit; Tolower; Toupper; Wctype.h; Iswdigit; Iswlower; Iswupper; Ctype.h; Wctype; Wctrans; Towupper; Towlower; Towctrans; Iswxdigit; Iswspace; Iswpunct; Iswprint; Iswgraph; Iswctype; Iswcntrl; Iswalpha; Iswalnum; Iswblank; Std::isalnum; Std::iswalnum; Std::isalpha; Std::iswalpha; Std::islower; Std::iswlower; Std::isupper; Std::iswupper; Std::isdigit; Std::iswdigit; Std::isxdigit; Std::iswxdigit; Std::iscntrl; Std::iswcntrl; Std::isgraph; Std::iswgraph; Std::isspace; Std::iswspace; Std::isblank; Std::iswblank; Std::isprint; Std::iswprint; Std::ispunct; Std::iswpunct; Std::tolower; Std::towlower; Std::toupper; Std::towupper; Std::iswctype; Std::towctrans; Std::wctype; Std::wctrans; Cctype; Cwctype

STD 13      
<networking, standard> One of the STDs defining the {Domain Name System}. (1997-12-15)
AD 13         
YEAR
13 AD; 766 AUC; 13AD; 13 (year); 13 CE; Events in 13; Births in 13; Deaths in 13
AD 13 (XIII) was a common year starting on Sunday (link will display the full calendar) of the Julian calendar. At the time, it was known as the Year of the Consulship of Silius and Plancus (or, less frequently, year 766 Ab urbe condita).
STD Bus         
  • STD computer card
COMPUTER BUS
STD-80; STD bus; Std bus
The STD Bus is a computer bus that was used primarily for industrial control systems, but has also found applications in computing. The STD Bus has also been designated as STD-80, referring to its relation to the Zilog Z80 series microprocessors.

Wikipédia

C character classification

C character classification is an operation provided by a group of functions in the ANSI C Standard Library for the C programming language. These functions are used to test characters for membership in a particular class of characters, such as alphabetic characters, control characters, etc. Both single-byte, and wide characters are supported.